home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / app / Desktop$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  447 b   |  11 lines

  1. package com.extensibility.app;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5.  
  6. class Desktop$2 extends WindowAdapter {
  7.    public void windowClosing(WindowEvent var1) {
  8.       Desktop.splash = null;
  9.    }
  10. }
  11.